/* ** $Id: include.js,v 1.3 2002/02/22 04:54:47 damonp Exp $ ** ** Copyright (C) 2001 siliconsys.com ** See LICENSE file in root directory of this installation for ** licensing information. */ function popWin(url, win, ht, wd) { popwin = window.open(url,win,"width="+wd+",height="+ht+",toolbar=no,resizable=yes,scrollbars=no"); }